home *** CD-ROM | disk | FTP | other *** search
- Path: news.eclipse.net!usenet
- From: meritech@eclipse.net
- Newsgroups: comp.lang.c
- Subject: Standard in C++ missing from C?????
- Date: 26 Jan 1996 17:01:42 GMT
- Message-ID: <4eb1dm$ogl@lunar.eclipse.net>
- Reply-To: meritech@eclipse.net
- NNTP-Posting-Host: so_69.eclipse.net
- X-Newsreader: IBM NewsReader/2 v1.2
-
- Does C++ have a standard written for the definition of :
-
- p = p++;
-
- My boss asked me, and I have no clue. I know that C basically says that this
- is undefined and should NOT be used in a real program. And I know the debate
- that rages on and on. BUT, does C++ have this same problem???
-
- My compiler doesn't complain, but then, that doesn't supprise me either.
-
- Thanks.
-
-